@import url('open-iconic/font/css/open-iconic-bootstrap.min.css');

html, body {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

a, .btn-link {
    color: #0366d6;
}
.mainTOP {
    height: 48px;
    background: #487492;
    display: flex;
}
select {
    word-wrap: normal;
    width: 100%;
    height: 40px;
    font-size: 1.2em;
    text-align: end;
}
.spinner {
    margin: auto;
}
label {
    color: #487492;
    /* font-weight: 600; */
    font-size: 1.2em;
    text-align: start;
    width: 100%;
    margin-bottom:0.2em;
}
.inputFid {
    font-size: 1.7em
}
.fila {
    width: 50%;
    margin: auto;
}
.btn-primary {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}
.btnPrincipal {
    font-size: 1.4em;
    width: 100%;
    height: 90px;
    margin: 10px;
}
.btnBorrar {
    background: #e14c4c;
    color: #fff;
}
    .btnBorrar:hover {
        border: 1px solid #e14c4c;
        color: #e14c4c;
        background: white;
    }
.mdc-button:not(:disabled) {
    color: #487492;
}

.valid.modified:not([type=checkbox]) {
    outline: 1px solid #26b050;
}

.invalid {
    outline: 1px solid red;
}

.validation-message {
    color: red;
}
.btn {
    background: #487492;
    color: #fff;

}
    .btn:hover {
        border: 1px solid #487492;
        color: #487492;
        background:white;
    }
#blazor-error-ui {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
@media only screen and (max-width: 900px) {
    .one {
        display: none;
    }
    .Contenedor {
        min-width: 0px !important;
    }
    .fila{
        width:100%;
    }
    .tarjetilla {
        width: 100% !important;
    }
    .divAltaC {
        width: 100% !important;
    }
}